CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - static 控件

搜索资源列表

  1. line

    0下载:
  2. 在对话框中,运用静态控件实现画直线的功能。使用了lineto,moveto函数。-In the dialog box, the use of static control to draw a straight line. Using lineto, MoveTo function.
  3. 所属分类:Static control

    • 发布日期:2017-11-18
    • 文件大小:7788030
    • 提供者:赵倩云
  1. draw

    0下载:
  2. 在对话框中,运用静态控件实现插入图像的功能。-In the dialog box, the use of static control function inserted picture.
  3. 所属分类:Static control

    • 发布日期:2017-11-17
    • 文件大小:7788668
    • 提供者:赵倩云
  1. mp3-editor

    0下载:
  2. mp3编辑. . 或者说id3标签编辑器,允许你编辑的名字/作者/类型/专辑/评论/ etc,演示了基本的文件i / o -列表框,编辑框,静态文本控件等-mp3 editor .. or id3 tag editor that allows you to edit the name/author/type/album/comments/etc, demonstrates the basic file i/o- list boxes, edit boxes, static text contro
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:70102
    • 提供者:风云上海
  1. ComboBox

    0下载:
  2. 美化ComboBox,为窗体中的下拉列表框各个下拉项着色,这样在数据量较多的时候,更容易区分和取值。   private static Brush[] listBoxBrushes //该数组用来存储绘制listBox1背景的Brush对象   private static int place = -1 //颜色位置的取值   private static bool naught = true //判断是否重绘   Category("控件的重绘设置"), Descr i
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:16361
    • 提供者:zpudn84
  1. HTControlDemo

    1下载:
  2. 调试需要VS2010,只想看效果的可以联系我发给你exe.此VC界面控件皮肤库我会不断地更新,你发现问题及时联系我,请关注我的资源列表中最新版本。支持绝大多数常用控件,可以对控件进行任意换肤,支持控件任意透明度,界面无闪烁,不需要附加的学习即可使用。包含PNG透明按钮,静态控件,自定义进度条,自定义控制杆,自绘滚动条,完美替换CListCtrl滚动条,支持CListCtrl背景图显示,在CListCtrl中添加进度条,完美替换CRichEditCtrl滚动条等。-Debugging requir
  3. 所属分类:界面编程

    • 发布日期:2014-01-17
    • 文件大小:1103063
    • 提供者:MR lee
  1. edit_tietu

    0下载:
  2. 实现对CEdit的贴图操作,控件更加美观。由于在PreSubclassWindow中无法对静态和动态创建该控件作相同的初始化处理,故将静态创建和动态创建单独编写成类。有心人可做相应改动。-Operation to achieve the CEdit textures, controls more beautiful. Since PreSubclassWindow can not create the static and dynamic control for the same initial
  3. 所属分类:EditBox

    • 发布日期:2017-11-16
    • 文件大小:62699
    • 提供者:ine
  1. 030

    0下载:
  2. 本例界面的背景由一幅图片构成,导航按钮则使用静态文本控件实现。本例实现了多媒体宣传光盘的主界面。-In this case the interface background picture from the one form, the navigation buttons implemented using static text control. The multimedia promotional CD cases to achieve the main interface.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-22
    • 文件大小:241856
    • 提供者:子墨
  1. skin

    0下载:
  2. vc如何以静态文本框为基类,自绘漂亮的滚动条控件-vc how to static text box as the base class, since the painting beautiful scroll bar control
  3. 所属分类:StatusBar

    • 发布日期:2017-11-16
    • 文件大小:61207
    • 提供者:张德轩
  1. CStatic

    0下载:
  2. 这是一个改写静态文本控件的小程序,实现的功能是:静态文本框控件的背景色和字体颜色都可随意更改-This is a rewrite of the small static text control procedures , functions are: static text box control the background color and font color can be altered
  3. 所属分类:Static control

    • 发布日期:2017-11-13
    • 文件大小:765132
    • 提供者:张飞
  1. MFC8-1.1

    0下载:
  2. 可视化编程,主要运用到MFC中编辑框控件,静态文本控件,按钮控件,程序两个数据,从键盘输入,点击运算符,得到结果。-Visual programming, mainly applied to the MFC edit box control, static text control, button control, program two data input from the keyboard, click the operator to get the results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-21
    • 文件大小:1862410
    • 提供者:黄淑恒
  1. MFCchangeFONT

    0下载:
  2. MFC编写的修改一些控件的字体和颜色、大小等,比如静态框等比较难改的一些-MFC prepared to modify some of the control' s font and color, size and so on, such as static frames and other relatively hard to change some of the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2483264
    • 提供者:CC
  1. MyScrollBar

    0下载:
  2. 1. 该滚动条类 CXScrollBar 继承自 CStatic,用 GDI+ 绘制,采用贴图方式,支持png图片,各个部分的图片都是单独的 2. 该滚动条类使用时需要创建一个静态文本框,如果是在对话框中直接插入的控件,则要在对话框的 DoDataExchange() 函数中将与控件关联的数据交换语句去掉。-One of the scroll bar class CXScrollBar inherited from CStatic, with GDI+ mapping, mapp
  3. 所属分类:Static control

    • 发布日期:2017-03-29
    • 文件大小:362304
    • 提供者:姚远
  1. LED

    0下载:
  2. 信号灯控件 可以设置圆形或方形形状,可以静态与闪烁方式显示-Lights control You can set round or square shapes, you can display static and flashing
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-02
    • 文件大小:14091797
    • 提供者:xieming
  1. 06

    0下载:
  2. 介绍小型电子词典系统的完整开发过程,对各个模块的设计将进行详细的介绍。本系统主要介绍ODBC数据库访问技术,详细讨论SQL Server数据库的数据源的静态、动态创建方法,讲解记录集对象的动态创建过程,介绍Tree 控件、List控件等常用控件的使用方法,完成单词测试、猜词游戏、生词本的打印预览和界面美化的动态换肤,最后还将设计数码时钟来充实界面。-Introduce small electronic dictionary of the system development process, t
  3. 所属分类:SQL Server

    • 发布日期:2017-05-11
    • 文件大小:2555242
    • 提供者:米娜
  1. ListCtrl

    0下载:
  2. 列表控件使用演示,包括静态创建列表控件和使用,动态创建列表控件,多列显示等。-List control using the demo, including static controls and create a list using dynamically created list control, multi-column display.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-23
    • 文件大小:7463193
    • 提供者:王定雄
  1. progress

    0下载:
  2. 进度条的静态控件使用和动态创建使用和演示。VC6.0项目代码。-Progress bar dynamically create static control use and the use and presentation. VC6.0 project code.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-21
    • 文件大小:6631079
    • 提供者:王定雄
  1. XH007123

    0下载:
  2. 1.基于对话框操作。 2.控件操作:使用列表框,单选按钮、编辑框、组合框等控件。 3.初始化时对列表框中数据读入、添加,修改。选取列表框中任意一条,可显示在静态文本框上显示。屏蔽主对话框ESC和回车消息。 其中列表框四列,包括飞机型号、纹理、涂层、材质。数据读入是从txt文件读入。关闭对话框时自动将列表框的数据保存到原txt中。 -1 dialog-based operations. (2) Controls: Use the list boxes, radio buttons,
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-09
    • 文件大小:1908160
    • 提供者:祝玉磊
  1. CStatic(ownerdraw)

    0下载:
  2. MFC Static 自绘控件,美化控件。-Static OwnerDraw
  3. 所属分类:Static control

    • 发布日期:2017-03-23
    • 文件大小:141307
    • 提供者:yl
  1. wwe

    0下载:
  2. 从列表框中选择相关的选项,在静态文本控件中显示选择的项-From the list box, select the relevant option in the static text control to display the selected item
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-03
    • 文件大小:42348
    • 提供者:列车
  1. www

    0下载:
  2. 由编辑框输入两个数,在静态文本控件中显示它们的和-Enter two numbers from the edit box, in the static text control and display them
  3. 所属分类:EditBox

    • 发布日期:2017-04-04
    • 文件大小:27618
    • 提供者:列车
« 1 2 ... 11 12 13 14 15 1617 18 19 »
搜珍网 www.dssz.com